/* GENERAL STYLES *******/
/** sticky header **/
.header {
    width: 100%;
    position: relative;
    z-index: 999;
}
.hero-title {
    }
/* default links styles*/
a {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a:hover {
    color: #d8d8d8;
    text-decoration: none;
}
.img-round-top {
    display: block !important;
    border-radius: 10px 10px 0px 0px !important;
-webkit-border-radius: 10px 10px 0px 0px !important;
-moz-border-radius: 10px 10px 0px 0px !important;
}

/*** mobile ***/
@media screen and (max-width: 960px) {
    .hero-title {
        font-size: 20px;
    }
    .zptext-align-right {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
        .hero-title {
            font-size: 20px;
        } 
        .zptext-align-right {
            text-align: center;
        }  
}
/****/

/* ICON + TEXT SECTION *******/
.icon-text-container1 {
    width: 100%;
    float: left;
    clear: both;
    border: 0px solid;
    box-sizing: border-box;
    margin: 10px;
    padding: 0;
    background: none;
}
.icon1 {
  	display: block;
    float: left;
    clear: none;
    margin-top: 0px;
    margin-right: 15px;
}
.text1 {
  	display: block;
    float: left;
    clear: none;
    margin-top: 0px;
}
.icon1 {
    margin-right: 5px;
}
/*** mobile ***/
@media screen and (max-width: 960px) {
     .icon-text-container1 {
        width: 100%;
        float: left;
        clear: none;
        margin: 0px;
    }
}
/****/

@media (max-width: 960px) {
  .js .x-column[data-slideInLeft="false"] {
      animation-name: unset;
    opacity: 1 !important;
    transition: none !Important;
  }
    #elm_ix4NNEy69RdU8omTv3Xnwg {
             animation-name: unset;
    opacity: 1 !important;
    transition: none !Important;
    }
}

